@charset "utf-8";
/* CSS Document */
#demo { overflow: hidden; border: 0px dashed #CCC; width: 720px; height: 150px; margin: 0px auto; }

#indemo { float: left; width: 800%; }
#demo1 { float: left; }
#demo2 { float: left; }
.move { width: 166px; height: 146px; margin-right: 5px; float: left; }
    .move .images { padding: 2px; text-align: center; border: 1px solid #ddd; }
        .move .images a { width: 160px; height: 120px; display: block; }
        .move .images img { max-width: 160px; max-height: 120px; _width: expression((this.offsetWidth > 160) ? "160px" : this.offsetWidth + "px" ); _height: expression((this.offsetHeight > 120) ? "120px" : this.offsetHeight + "px" ); }
    .move .name { width: 166px; height: 20px; line-height: 20px; text-align: center; background: #eee; }
        .move .name a { color: #333; text-decoration: none; display: block; }
            .move .name a:hover { color: #f60; text-decoration: none; display: block; }